Skip to content

Conversation

@ottp613
Copy link
Owner

@ottp613 ottp613 commented Dec 11, 2025

UofT-DSI | Python Assignment 2

What changes are you trying to make? (e.g. Adding or removing code, refactoring existing code, adding reports)

read from csv, find mean, max, min and then check there is no 0's in data

What did you learn from the changes you have made?

parse csv, numpy processing and validate data

Was there another approach you were thinking about making? If so, what approach(es) were you thinking of?

run for loop in list of data check for data to be non zero

Were there any challenges? If so, what issue(s) did you face? How did you overcome it?

NA

How were these changes tested?

locall

A reference to a related issue in your repository (if applicable)

Checklist

  • I can confirm that my changes are working as intended

Updated the code to read a CSV file and added logic to calculate mean, max, and min flare-ups. Implemented a function to detect problems in the data.
Updated the code to read the entire CSV file into a variable and improved the function for detecting problems.
Copy link

@Aditya-k-23 Aditya-k-23 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great job! This submission adheres to good coding practices. Your assignment is complete.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants